home *** CD-ROM | disk | FTP | other *** search
/ Serving Financial Service…olutions Suite 1994 Fall / Serving Financial Services Solutions Suite 1994 Fall.iso / Apps / Pages / Pages.app / Palette.nib / data.classes next >
Text File  |  1994-12-14  |  586b  |  47 lines

  1. TearOffTool = {
  2.     ACTIONS = {
  3.     popup:;
  4.     hide:;
  5.     };
  6.     OUTLETS = {
  7.     matrix;
  8.     sourcePalette;
  9.     };
  10.     SUPERCLASS = Panel;
  11. };
  12. FirstResponder = {
  13.     ACTIONS = {
  14.     changeToElement:;
  15.     showInspector:;
  16.     };
  17.     SUPERCLASS = Object;
  18. };
  19. PageOneApp = {
  20.     ACTIONS = {
  21.     terminate:;
  22.     performMenuAction:;
  23.     new:;
  24.     info:;
  25.     help:;
  26.     open:;
  27.     };
  28.     OUTLETS = {
  29.     stringTable;
  30.     infoPanel;
  31.     pagePalette;
  32.     spotColorWell;
  33.     };
  34.     SUPERCLASS = Application;
  35. };
  36. IconPalette = {
  37.     ACTIONS = {
  38.     pullRight:;
  39.     };
  40.     OUTLETS = {
  41.     wellMtx;
  42.     pullMtx;
  43.     buttonMtx;
  44.     };
  45.     SUPERCLASS = Panel;
  46. };
  47.